// ********************************************
//   Problems.java
// 
//   Provide lots of syntax errors for the user to correct.
//          
 ********************************************

class Prog6
{
    public static void main (String[] args)
    {
      System.out.println ("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
      System.out.println (This program used to have lots of problems,");
      System.0ut.println ("but if it prints all the lines on the screen, 
      System.out.println ("you fixed them all.")
      System.out.println ("             *** Hurray! ***);
      System.out.println ("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
    }
}  // Don't remove this brace bracket!
